home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / misc / math / libalgo.lha / algomath / src / exit.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-30  |  93 b   |  9 lines

  1.  
  2. #include "defs.h"
  3.  
  4. void am_exit()
  5. {
  6.     free ( _am_primearray_init );
  7.     free ( _am_pp_init );
  8. }
  9.